Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
oracle.pgx.api.admin |
This package contains the administrative interfaces of PGX.
|
Modifier and Type | Method and Description |
---|---|
SessionInfo |
ServerInstance.getSessionInfo(String sessionId)
Blocking version of
#getSessionInfoAsync() . |
Modifier and Type | Method and Description |
---|---|
PgxFuture<SessionInfo> |
ServerInstance.getSessionInfoAsync(String sessionId)
Gets the session info.
|
Collection<SessionInfo> |
ServerInstance.getSessionInfos()
Blocking version of
ServerInstance.getSessionInfosAsync() . |
PgxFuture<Collection<SessionInfo>> |
ServerInstance.getSessionInfosAsync()
Gets the session infos.
|
Modifier and Type | Method and Description |
---|---|
PgxFuture<SessionInfo> |
Control.getSessionInfo(String sessionId)
Gets the session info.
|
PgxFuture<Collection<SessionInfo>> |
Control.getSessionInfos()
Gets the session infos.
|
Copyright © 2015. All rights reserved.